-
Notifications
You must be signed in to change notification settings - Fork 78
fix(data): extension Svadu does not conflict with Svade #1228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Svadu, roughly, preempts Svade: > If the Svadu extension is implemented, the ADUE bit controls whether hardware updating of PTE A/D bits > is enabled for S-mode and G-stage address translations. When ADUE=1, hardware updating of PTE A/D > bits is enabled during S-mode address translation, and the implementation behaves as though the Svade > extension were not implemented for S-mode address translation. When the hypervisor extension is > implemented, if ADUE=1, hardware updating of PTE A/D bits is enabled during G-stage address > translation, and the implementation behaves as though the Svade extension were not implemented for G- > stage address translation. When ADUE=0, the implementation behaves as though Svade were implemented > for S-mode and G-stage address translation. Signed-off-by: Paul A. Clarke <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1228 +/- ##
=======================================
Coverage 46.05% 46.05%
=======================================
Files 11 11
Lines 4942 4942
Branches 1345 1345
=======================================
Hits 2276 2276
Misses 2666 2666
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Looks like another fairly cryptic ISS error. We might need to figure out a way to get better debug messages into the ISS. |
Indeed. |
Svadu, roughly, preempts Svade:
Fixes #1217